The following tables list the members exposed by ThreadSafeDictionary<TKey,TValue>.
Public Constructors
Name | Description | |
---|---|---|
ThreadSafeDictionary<TKey,TValue> | Initializes a new instance of the ThreadSafeDictionary<TKey,TValue> class. |
Public Methods
Name | Description | |
---|---|---|
Add | Adds an element with the provided key and value to the IDictionary. | |
Clear | Removes all items from the ICollection. | |
Contains | Determines whether the ICollection contains a specific value. | |
ContainsKey | Determines whether the IDictionary contains an element with the specified key. | |
CopyTo | Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
Remove | Removes the element with the specified key from the IDictionary. | |
TryGetValue | Gets the value associated with the specified key. |
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollection. | |
IsReadOnly | Gets a value indicating whether the ICollection is read-only. | |
Item | Gets or sets value with the specified key. | |
Keys | Gets an ICollection containing the keys of the IDictionary. | |
Values | Gets an ICollection containing the values in the IDictionary. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document